home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00099_FF PhotoShoot Sprite Script.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  148 b   |  10 lines

  1. on mouseDown
  2.   global giInPlay, fish
  3.   buttonLogic()
  4.   if the result = 1 then
  5.     set fish to 0
  6.     set giInPlay to 0
  7.     cNextShot(1)
  8.   end if
  9. end
  10.